Graphical Models assignment 3:

Submitted by:

Prashanth Kamle (08305006)
Sriram Kashyap M S (08305028)


Instructions:
-------------
#To run the program:

	Input Format: 	java gmodel.Main <filename> [OPTIONS]
	Example		:	java gmodel.Main temp.txt


	The options are mainly used for debugging:
	[OPTIONS]	:	v (verbose mode)
					o (output the graphical model to out.txt)

#To compile the program:

	javac gmodel/*.java


